Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change signature of materialize! to fix regression on Windows #337

Merged
merged 1 commit into from
Jul 10, 2024

Conversation

DanielVandH
Copy link
Contributor

As discussed here JuliaApproximation/SemiclassicalOrthogonalPolynomials.jl#111, this fixes the weird inlining bug/regression on Windows by changing the signature of materialize!. Don't know if this is the best solution ideally, but it seems to work. Tests pass locally but let's see what the downstream CI says.

Don't really know the best way to a test of this regression to avoid this happening again.. I guess just checking that the Windows CI times are comparable to the other OSs?

Copy link

codecov bot commented Jul 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.21%. Comparing base (8ee041b) to head (9963cab).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #337   +/-   ##
=======================================
  Coverage   94.21%   94.21%           
=======================================
  Files          17       17           
  Lines        3144     3144           
=======================================
  Hits         2962     2962           
  Misses        182      182           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dlfivefifty
Copy link
Member

I don’t think the downstream tests will check on windows but hopefully it fixes the issue

@DanielVandH
Copy link
Contributor Author

Seems to have worked, all the CI timings are independent of OS

@DanielVandH
Copy link
Contributor Author

I don’t think the downstream tests will check on windows but hopefully it fixes the issue

Would it be worth putting

        os:
          - ubuntu-latest
          - windows-latest
          - macos-latest

into the downstream.yml to test? That'd make a ton of workflows I guess is a problem

@dlfivefifty
Copy link
Member

No it’s not worth it. I’ll just merge and tag

@dlfivefifty dlfivefifty merged commit 8770c60 into JuliaArrays:master Jul 10, 2024
12 checks passed
@DanielVandH DanielVandH deleted the inffix branch July 10, 2024 16:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants